Platform Explorer / Nuxeo Platform LTS 2016 8.10

Operation Context.SetMetadataFromBlob (Read Metadata From Binary to Context)

Description

Read Metadata From binary to Context for a given input blob and given metadata to inject into the Operation context (if not specified, all metadata will be injected)
Operation id Context.SetMetadataFromBlob
AliasesContext.ReadMetadataFromBinary
Category Execution Context
Label Read Metadata From Binary to Context
Requires
Since 7.1

Parameters

Name Description Type Required Default value
ignorePrefix boolean no  
metadata stringlist no  
processor string no  

Signature

Inputs blob
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.binary.metadata.internals.operations.ReadMetadataFromBinaryToContext
Contributing Component org.nuxeo.binary.metadata

JSON Definition

{
  "id" : "Context.SetMetadataFromBlob",
  "aliases" : [ "Context.ReadMetadataFromBinary" ],
  "label" : "Read Metadata From Binary to Context",
  "category" : "Execution Context",
  "requires" : null,
  "description" : "Read Metadata From binary to Context for a given input blob and given metadata to inject into the Operation context (if not specified, all metadata will be injected) ",
  "since" : "7.1",
  "url" : "Context.SetMetadataFromBlob",
  "signature" : [ "blob", "void" ],
  "params" : [ {
    "name" : "ignorePrefix",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "metadata",
    "description" : null,
    "type" : "stringlist",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "processor",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}